Updates
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 26 Jun 2007 04:03:49 +0000 (04:03 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 26 Jun 2007 04:03:49 +0000 (04:03 +0000)
svn path=/trunk/; revision=18234

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkrange.sgml
docs/reference/gtk/tmpl/gtkrecentaction.sgml

index 01bb0189025ff0bfc6620486bd07c9282d9a5573..a54d838b5aa92a07692665d9b8d9fe440adf3643 100644 (file)
@@ -1,5 +1,6 @@
 2007-06-25  Matthias Clasen <mclasen@redhat.com>
 
+       * gtk/tmpl/gtkrange.sgml:
        * gtk/tmpl/gtkrecentaction.sgml:
        * gtk/tmpl/gtktooltip.sgml:
        * gtk/tmpl/gtkvscrollbar.sgml: Additions
index 9700f54f6683679bbe1c00729c13c7377a2aa9ec..5e3d506fae2820c03b53414a6bc70e66e19171ba 100644 (file)
@@ -6,7 +6,14 @@ Base class for widgets which visualize an adjustment
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
-
+#GtkRange is the common base class for widgets which visualize an
+adjustment, e.g scales or scrollbars. 
+</para>
+<para>
+Apart from signals for monitoring the parameters of the adjustment, 
+GtkRange provides properties and methods for influencing the sensitivity
+of the "steppers". It also provides properties and methods for setting a 
+"fill level" on range widgets. See gtk_range_set_fill_level().
 </para>
 
 <!-- ##### SECTION See_Also ##### -->
index ebba90b23486f1f1e3fb776304435b61fddb4582..5fb7802f0af4a9dad67cde7fd83d0ffa0daf5d5e 100644 (file)
@@ -6,7 +6,15 @@ An action of which represents a list of recently used files
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
-
+A GtkRecentAction represents a list of recently used files, which
+can be shown by widgets such as #GtkRecentChooserDialog or 
+#GtkRecentChooserMenu.
+</para>
+<para>
+To construct a submenu showing recently used files, use a GtkRecentAction 
+as the action for a &lt;menuitem&gt;. To construct a menu toolbutton showing 
+the recently used files in the popup menu, use a GtkRecentAction as the 
+action for a &lt;toolitem&gt; element.
 </para>
 
 <!-- ##### SECTION See_Also ##### -->